libdvbv5_d.desc_logical_channel

@file desc_logical_channel.h @ingroup descriptors @brief Provides the descriptors for the LCN - Logican Channel Number @copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Mauro Carvalho Chehab

@par Relevant specs The descriptor described herein is defined at: - IEC/CENELEC DS/EN 62216-1:2011

@see http://tdt.telecom.pt/recursos/apresentacoes/Signalling Specifications for DTT deployment in Portugal.pdf

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Functions

dvb_desc_logical_channel_free
void dvb_desc_logical_channel_free(dvb_desc* desc)

@brief Frees all data allocated by the logical channel number descriptor @ingroup descriptors

dvb_desc_logical_channel_init
int dvb_desc_logical_channel_init(dvb_v5_fe_parms* parms, const(ubyte)* buf, dvb_desc* desc)

@brief Initializes and parses the logical channel number descriptor @ingroup descriptors

dvb_desc_logical_channel_print
void dvb_desc_logical_channel_print(dvb_v5_fe_parms* parms, const(dvb_desc)* desc)

@brief Prints the content of the logical channel number descriptor @ingroup descriptors

Structs

dvb_desc_logical_channel
struct dvb_desc_logical_channel

@struct dvb_desc_logical_channel @ingroup descriptors @brief Structure containing the logical channel number descriptor

dvb_desc_logical_channel_number
struct dvb_desc_logical_channel_number

@struct dvb_desc_logical_channel_number @ingroup descriptors @brief Structure containing the logical channel number entires

Meta